home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / news / readers / nnmvs / 00CHANGES.v3r2.Z / 00CHANGES.v3r2
Text File  |  1993-08-12  |  23KB  |  286 lines

  1.                                                                                 
  2.  New Features in V3 R2                                                          
  3.                                                                                 
  4.   New commands:                                                                 
  5.                                                                                 
  6.    ROT13 (while viewing an article) toggles "rot13" encoding on and off.        
  7.                                                                                 
  8.    RESCAN (from newsgroup or article display) updates the status of             
  9.           all newsgroups by refetching the server's active file                 
  10.                                                                                 
  11.   New selection codes:                                                          
  12.                                                                                 
  13.    $ on a newsgroup fetches unread articles and sorts them by subject           
  14.                                                                                 
  15.    @ on a newsgroup fetches all articles and sorts them by subject              
  16.                                                                                 
  17.   Miscellaneous improvements:                                                   
  18.                                                                                 
  19.    more accurate locked "getting more articles" displays                        
  20.                                                                                 
  21.    fixed bug going to next article and following the subject thread             
  22.                                                                                 
  23.  New Features in V3                                                             
  24.                                                                                 
  25.   Newsgroup article management is radically different, which should             
  26.   result in improvements in response time and memory usage, as well             
  27.   as avoiding out-of-memory abends.                                             
  28.                                                                                 
  29.   A new pseudo-browse interface replaces the BRIF code, enabling                
  30.   more commands while browsing a news article.                                  
  31.                                                                                 
  32.   The PRT command is implemented, similar to EXTRACT except that it             
  33.   prints to the SYSOUT class of your choice.                                    
  34.                                                                                 
  35.   You have the option of letting the cursor remain next to the most             
  36.   recently selected newsgroup or article.                                       
  37.                                                                                 
  38.   New commands to simplify debugging have been added.                           
  39.                                                                                 
  40.   Additional installation-time customization for different levels               
  41.   of ISPF.                                                                      
  42.                                                                                 
  43.   Miscellaneous bug fixes and feature tweaks.                                   
  44.                                                                                 
  45.  Latest Fixes to V2 R4                                                          
  46.                                                                                 
  47.  NNMCLRNG.C: - Fix memory leak when exiting from NNMVS.                         
  48.                                                                                 
  49.  NNMDLANG.C: - Fix 0C4 in "new newsgroups" function when the server             
  50.                has duplicate entries in the active.times file.                  
  51.                                                                                 
  52.              - Check for bad output from news server's active file              
  53.                in the NNTP LIST command, adjust counts and display a            
  54.                nasty message so the user can nag the administrator.             
  55.                                                                                 
  56.  NNMBPEXT.C: - Fix bug whereby all article headers were being                   
  57.                retrieved even when EXTRACT UNREAD was requested                 
  58.                in a batch job, causing excessive resource usage                 
  59.                and memory blowouts.                                             
  60.                                                                                 
  61.  New Features In V2 R4                                                          
  62.                                                                                 
  63.  * Memory usage has been improved significantly.                                
  64.                                                                                 
  65.  * Handling of missing/expired articles has been improved.                      
  66.                                                                                 
  67.  * Miscellaneous Bug Fixes                                                      
  68.                                                                                 
  69.  * Enhancements to NNMVSP Exec                                                  
  70.                                                                                 
  71.  New Features In V2 R3 M2                                                       
  72.                                                                                 
  73.  * New commands:                                                                
  74.                                                                                 
  75.  - SORT Subject / Number - in article viewing mode, you may use this            
  76.    command to sort the article display by subject or return it to the           
  77.    default article-number order.  Note that this may require a lot of           
  78.    processing, both to retrieve article titles and to perform the               
  79.    sorting, which tries to match messages up with "re:" replies.                
  80.    When the LOCATE command is issued from an article display in this            
  81.    mode, it takes a character string rather than a number.                      
  82.                                                                                 
  83.  - QUIT - from almost any panel, terminates NNMVS immediately.                  
  84.    It works like repeated END's, which means that it will save                  
  85.    your NEWSRC file.  (QUIT from display-new-newsgroups or                      
  86.    display-bogus-newsgroups skips updating NEWSRC, though, for                  
  87.    your protection.)                                                            
  88.                                                                                 
  89.  * Miscellaneous changes:                                                       
  90.                                                                                 
  91.    The MARKALL and UNMARKALL commands now prompt you as to whether              
  92.    you want to mark all the articles in the newsgroup or just the               
  93.    ones currently shown in the table.                                           
  94.                                                                                 
  95.  * The extra blank line that used to appear at the bottom of articles           
  96.    is gone.  There may be some effects on article extraction,                   
  97.    particularly when append mode is used, but in general this means             
  98.    that what you get is more like what is really out there.                     
  99.                                                                                 
  100.  * In POST and MAIL, the format of the inserted message and the                 
  101.    dashed line separating the signature from the body have been                 
  102.    changed to be more in accordance with standard practice.                     
  103.                                                                                 
  104.  * Even more tweaking of missing article handling.  It's better                 
  105.    than it was, and may even be considered acceptable now.                      
  106.                                                                                 
  107.  * Removed Features                                                             
  108.                                                                                 
  109.    Apologies:  The PATH variable in batch has been removed.                     
  110.    It was of dubious value (I'm sure you don't miss it).                        
  111.    Basically, we needed the slot to implement subject sorting.                  
  112.                                                                                 
  113.  New Features In V2 R3 M1                                                       
  114.                                                                                 
  115.  * A user option to turn automatic scrolling on or off in the                   
  116.    newsgroup and article display tables has been added.                         
  117.                                                                                 
  118.  * In POST and MAIL, headers are no longer inserted into the text of            
  119.    your reply.  Instead, a message of the form                                  
  120.     "In article <messageid> on <date>, <author> writes:"                        
  121.    is inserted.                                                                 
  122.                                                                                 
  123.  * Remaining bugs and pitfalls of missing articles are finally                  
  124.    cleared up (hopefully).                                                      
  125.                                                                                 
  126.  * The ONLY and FIND commands in article display mode will cause                
  127.    fetching of article headers if you are in "A" (all articles) mode.           
  128.                                                                                 
  129.  * An OPTION operand has been added to the NNMVS exec, and support has          
  130.    been added to NNMVS so that you will go directly to the requested            
  131.    option if you use this and provide a number of other values.                 
  132.                                                                                 
  133.  * An attempt to protect users from crashing TCP/IP with multiple               
  134.    copies of socket applications is included.                                   
  135.                                                                                 
  136.  New Features In V2 R3                                                          
  137.                                                                                 
  138.  * New Commands for Controlling Newsgroup and Article Displays                  
  139.                                                                                 
  140.    Note: In the following descriptions of operands, "strings" are               
  141.    unquoted single words or strings quoted with either single or double         
  142.    quotes.  Case is ignored.                                                    
  143.                                                                                 
  144.    The following new commands are available on the newsgroup display:           
  145.                                                                                 
  146.      ORDER {Alphabetic/List} - specify the order in which the groups are        
  147.      listed.  The initial setting is A (alphabetic).  You may change to         
  148.      L (list) to view the newsgroups in the same order as the NNTP              
  149.      server's active file (what the NNTP "LIST" command returns).               
  150.                                                                                 
  151.      ONLY "string" - limit the newsgroup display to newsgroups with             
  152.      "string" in the name.  Type ONLY with no operands to restore               
  153.      the display to all newsgroups (or registered, depending).                  
  154.                                                                                 
  155.      FIND "string" {NEXT/PREV/FIRST/LAST} - position the newsgroup              
  156.      display to the next, previous, first or last group which has               
  157.      "string" in the name.  FIND with no operands repeats the find.             
  158.                                                                                 
  159.    The following new commands are available on the article display:             
  160.                                                                                 
  161.      ONLY "string" - limit the article display to articles with                 
  162.      "string" in the subject.  Type ONLY with no operands to restore            
  163.      the display to all articles (read or unread, depending).                   
  164.                                                                                 
  165.      FIND "string" {NEXT/PREV/FIRST/LAST} - position the article                
  166.      display to the next, previous, first or last article which has             
  167.      "string" in the subject.  FIND with no operands repeats the find.          
  168.                                                                                 
  169.  * New Options for Navigating Article Views                                     
  170.                                                                                 
  171.    The following new commands are available from article browse:                
  172.                                                                                 
  173.      NEXTU or NU - like NEXT but goes to the next unread article.               
  174.                                                                                 
  175.      NEXTT or NT - like NEXT but goes to the next article currently in          
  176.                    the table.  When you use ONLY to filter the article          
  177.                    display, NEXTT honors the filter.  NEXT doesn't.             
  178.                                                                                 
  179.      NEXTS or NS - like NEXT but goes to the next article in the current        
  180.                    subject thread.                                              
  181.                                                                                 
  182.      PREVU(PU), PREVT(PT), PREVS(PS) are analogous to the above.                
  183.                                                                                 
  184.      FIRSTSUBJ or FS - goes to the first article in the current                 
  185.                        subject thread.                                          
  186.      LASTSUBJ or LS  - goes to the last article in the current                  
  187.                        subject thread.                                          
  188.      NEWSUBJ or NS   - goes to the first unread article of a subject            
  189.                        other than the current thread.                           
  190.      SUBJECT or SUBJ - displays or changes the current subject.                 
  191.                                                                                 
  192.  * Prompting to Protect Existing Data Sets on EXTRACT                           
  193.                                                                                 
  194.    When you use the EXTRACT command, if the data set already exists             
  195.    you will get a pop-up asking you to confirm that you want to                 
  196.    reuse the data set.  Simply press ENTER to do so.                            
  197.                                                                                 
  198.  * Changes To Commands                                                          
  199.                                                                                 
  200.    The NNTP command may now be specified like this:                             
  201.                                                                                 
  202.      NNTP   - by itself, puts you in the NNTP panel, as before                  
  203.      NNTP nntp-command   - executes NNTP command immediately                    
  204.                                                                                 
  205.      For example:  NNTP GROUP COMP.LANG.LISP                                    
  206.                    NNTP HELP                                                    
  207.                                                                                 
  208.    The OPTIONS command has been changed to take you to a menu of                
  209.    general options.  The RFC822 header settings are now option 1.               
  210.    You can type OPT 1 to go directly there if you don't want to                 
  211.    see the extra panel.  Also, in BROWSE, you can type HEADERS                  
  212.    (or HEADER) instead of OPTION to go directly to the RFC822                   
  213.    header setting panel.                                                        
  214.                                                                                 
  215.    In addition to RFC822 header display options, you may now specify            
  216.    how you want screen displays to tell you about operations in process.        
  217.    (There are some fancy new ways that NNMVS can do this.)                      
  218.    You can also control the prompting for overwriting on EXTRACT.               
  219.                                                                                 
  220.  * Changes to Selection Codes                                                   
  221.                                                                                 
  222.    When you select "A" to see all the articles in a newsgroup,                  
  223.    NNMVS will fill in the title lines.  No more empty lines.                    
  224.    To save processing, it will get only those that are necessary                
  225.    to fill your screen.  Scrolling down (or up) will get the next               
  226.    batch - this will appear to be slower.                                       
  227.                                                                                 
  228.    Also, only those articles that have actually been fetched (not               
  229.    just the headers) will be retained in the table when you switch              
  230.    back to using "S" to look at the articles in the newsgroup.                  
  231.                                                                                 
  232.    Note that whether you select "A" or "S" will affect subject                  
  233.    searches.  If you selected "S", subject searches will be limited             
  234.    to unread or already-retrieved articles.  If you selected "A",               
  235.    subject searches will retrieve previously read articles, and                 
  236.    potentially take longer.                                                     
  237.                                                                                 
  238.    You can select "N" to view only new (unseen) articles.  "N" is               
  239.    like "S" except that articles are removed from the display once              
  240.    they are read whenever you reenter the article display or change             
  241.    the viewing criteria.                                                        
  242.                                                                                 
  243.    The "Z" option, which will remain undocumented for now, is similar           
  244.    to the "A" option except that it retrieves NO articles headers,              
  245.    read or unread.  Good for quick entry into a huge newsgroup, but             
  246.    not very good at recording the correct status of the articles.               
  247.                                                                                 
  248.    You can select "C" to cancel an article by posting a control request         
  249.    to the server.  You must be the original author (poster) of the              
  250.    article to be allowed to cancel it.  Cancellation is implemented             
  251.    by sending a control message to the NNTP server.                             
  252.                                                                                 
  253.  * POST, FOLLOWUP and REPLY now allow you to specify a Reply-to email           
  254.    address and a signature file.  In addition, you may specify a                
  255.    Followup-to list of newsgroups on POST or FOLLOWUP.                          
  256.                                                                                 
  257.  * FOLLOWUP and REPLY now follow the RFC1036 rules for generating               
  258.    the default lists of newsgroups to post to and mail address to               
  259.    reply to.  FOLLOWUP even checks if the Followup-to: header says              
  260.    "poster" or contains an email address, and strongly suggests                 
  261.    that you email instead of posting.  Since BITNET postings dont               
  262.    conform to RFC standards, the actual From: address is displayed              
  263.    for REPLY in case you need to type it in.                                    
  264.                                                                                 
  265.  * New Batch mode variable CHECKPOINT allows you to control whether the         
  266.    NEWSRC file gets rewritten on every change or just at the end of a           
  267.    batch run.  Good for preventing NEWSRC wipeouts on 322 abends.               
  268.                                                                                 
  269.  * Support for Multiple NNMVS's in a Single TSO Session                         
  270.    (assuming that they're talking to two different servers and                  
  271.    that you have the required TCP/IP multitasking socket support                
  272.    APAR from IBM).                                                              
  273.                                                                                 
  274.    Basically, it dynamically generates a ddname for the newsrc file,            
  275.    and you can specify different newsrc files, so there you go.                 
  276.                                                                                 
  277.    Warning:  PIE users - DO NOT run 2 NNMVS's from different PIE                
  278.    sessions - the IBM TCP/IP fix doesn't work for this!  Use ISPF               
  279.    split screen to do it.                                                       
  280.                                                                                 
  281.  * Optional Driver CLIST and REXX exec using XPROC to specify                   
  282.    parameters in CLIST-style Syntax                                             
  283.                                                                                 
  284.    See installation instructions for details.                                   
  285.                                                                                 
  286.